home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
9
/
DISK2092.ZIP
/
RBBS-LIT.ZIP
/
LIT
/
VARCASM.LIT
< prev
next >
Wrap
Text File
|
1990-01-13
|
949b
|
18 lines
*[VARCASM.LIT]****************************************************************
* Description: Forces assembler interface to view archive files. *
* RBBS-PC Level: CPC17.3 √ AM *
* Module Affected: RBBSSUB4.BAS √Note: seems this is in *
* Selection Option: ASMVIEWARC = ON √baseline code anyway -- *
* Additional files: None √view of .ZIPs in BASIC? *
******************************************************************************
64600 SUB ViewArc STATIC
CLOSE 2
RetCode = 0 ' KG100403
CALL ArcV (ZArcWork$,ZFileName$,RetCode) ' KG100403
CALL BufFile (ZArcWork$,WasX) ' KG100403
END SUB ' KG100403
64605
64610
64620
64630